home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / BenchMarks / aa_m68K_Intel_HP_Only / NWBench.app / English.lproj / NWBench.nib / data.classes next >
Text File  |  1995-06-12  |  2KB  |  127 lines

  1. Timer = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. DPSView = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     };
  18.     SUPERCLASS = BenchView;
  19. };
  20. Webster = {
  21.     OUTLETS = {
  22.     userCell;
  23.     };
  24.     SUPERCLASS = Benchmark;
  25. };
  26. DiskView = {
  27.     ACTIONS = {
  28.     };
  29.     OUTLETS = {
  30.     deviceCell;
  31.     directoryCell;
  32.     };
  33.     SUPERCLASS = BenchView;
  34. };
  35. Controller = {
  36.     ACTIONS = {
  37.     runMemSpeed:;
  38.     runDeveloper:;
  39.     runAll:;
  40.     runEthSpeed:;
  41.     runDiskSpeed:;
  42.     submitToNeXT:;
  43.     runDhrystone:;
  44.     runUser:;
  45.     runPS:;
  46.     };
  47.     OUTLETS = {
  48.     workspace;
  49.     etSpeed;
  50.     resultsText;
  51.     psBench;
  52.     dhryField;
  53.     mipsField;
  54.     memSpeed;
  55.     benchmarkMatrix;
  56.     userSpeed;
  57.     diskSpeed;
  58.     sendButton;
  59.     devBench;
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63. MemSpeed = {
  64.     OUTLETS = {
  65.     memSpeedCell;
  66.     };
  67.     SUPERCLASS = Benchmark;
  68. };
  69. EthernetSpeed = {
  70.     OUTLETS = {
  71.     hostCell;
  72.     ethCell;
  73.     };
  74.     SUPERCLASS = Benchmark;
  75. };
  76. PSBench = {
  77.     ACTIONS = {
  78.     };
  79.     OUTLETS = {
  80.     window;
  81.     dvCell;
  82.     vvCell;
  83.     };
  84.     SUPERCLASS = Benchmark;
  85. };
  86. BenchView = {
  87.     ACTIONS = {
  88.     };
  89.     OUTLETS = {
  90.     timer;
  91.     };
  92.     SUPERCLASS = View;
  93. };
  94. IPCView = {
  95.     ACTIONS = {
  96.     };
  97.     OUTLETS = {
  98.     hostCell;
  99.     statusCell;
  100.     };
  101.     SUPERCLASS = BenchView;
  102. };
  103. DeveloperBench = {
  104.     ACTIONS = {
  105.     };
  106.     OUTLETS = {
  107.     speedCell;
  108.     };
  109.     SUPERCLASS = Benchmark;
  110. };
  111. Benchmark = {
  112.     ACTIONS = {
  113.     };
  114.     OUTLETS = {
  115.     timer;
  116.     };
  117.     SUPERCLASS = Object;
  118. };
  119. DiskSpeed = {
  120.     OUTLETS = {
  121.     readCell;
  122.     factorCell;
  123.     deviceCell;
  124.     };
  125.     SUPERCLASS = Benchmark;
  126. };
  127.